Copies

interface Copies<T : PrintSettings?>

Allows configuring the number of copies to print.

Implemented by concrete PrintSettings implementations that support configuring the number of copies to print.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun copies(): Int
Returns the number of copies to print.
abstract fun copies(copies: Int): T
Configures the number of copies to print.